-made a FBEdit-Project for the designer (MOD)
-fixed some (almost every string) escape sequence strings (MOD)
-further code clean up (MOD)
-lack of name for created .bas solved (for now) (MOD)
-cleaned up more code (MOD)
-fixed grid (or reactivated, don't know) (MOD)
-lots of pointer fixes (MOD)
-additional compile.bat (I don't like makefiles) (MOD)
-did some comments on the code for documentation (MOD)
-worked on emitted code for better output in quality and readability (MOD)
-OS-specific NEWLINEs (MOD)
-compile.sh for linux, thx to nemored (MOD)
-libs for linux and managed to compile everything, thx to nemored and St_W (MOD)
-current tool is shown now (MOD)
-propertymenu for applicationname (filename will probably follow) (MOD)
-renamed from 'developer' to 'designer' (MOD)
-fixed weird strings when updating widgetnames (MOD)
-new button to select "no tool" (MOD)
-added bitmapbutton widget (MOD)
-added image widget (MOD)
-fixed bug with bitmapbuttons under linux (MOD)
-added tooltips (MOD)
-added checkbox widget (MOD)
-added tooglebutton widget (MOD)
-added richtext widget (MOD)
-added staticbox widget (MOD)
-added calendar widget (MOD)
-added spinctrl widget (MOD)
-added slider widget (MOD)
-added staticline widget (MOD)
-added spinbutton widget (MOD)
-added icon for designerwindow (MOD)
-changed property dialog - added lots of new features (MOD)
-added icon for applicationwindow (MOD)
-added possibility to emit manifest under windows (MOD)
-relative paths will be recognized then emitting code (MOD)
-rightclick to change a property in list (MOD)
-changed internal creation of bitmapbuttons (works for tools so far but not for user generated buttons) (MOD)
-Icon will be added to the programs file too if manifest is enabled (MOD)
-added more properties for slider widget (MOD)
-emitted output now compatible with the new (real) wx-c wrapper for wxWidgets 2.8.12 (MOD)
-fixed problems with emitted code for menus (MOD)
-more properties (MOD)
-auto-update after propery changes (updatebutton will stay for a while)(MOD)
-added checklistbox widget (MOD)
-calendardeleting causes crashes solved (MOD)
-selected events will stay in list now (MOD)
-fixed various bugs in code emitter (MOD)
-forms can be exported as xml now (MOD)
-menuitems can be moved up and down (found some old code from dumbledore) (MOD)
-forms can be imported as xml now (MOD)
-fixed lots of issues under linux (MOD)




*** - The old times (<= vwx-cdev 0.3b unstable) more information on http://vwx-cdev.sourceforge.net/ - ***

-cleaned up code output, now with whitespace! ;) (dumbledore)
-added event code generation, event check-listbox thingy (dumbledore)
-cleaned up code, made makefile (v1c)
-added properties dialog (dumbledore)
-added widget adding (dumbledore)
-support for 8 different widgets (dumbledore)
-drag+drop widgets to position them (dumbledore)
-drag black squares to resize widgets (dumbledore)
-snap-to-grid option under menu (dumbledore)
-added initial linux support, things will probably be shaky for a while (dumbledore)
-added menus / toolbar support (dumbledore)